EMT Practice Test

1. Question Content...


Question List

Question1: Which of the following work products cannot be examined by static analysis?

Question2: Consider the following simplified version of a state transition diagram that specifies the behavior of a video poker game:

What Is the minimum number of test cases needed to cover every unique sequence of up to 3 states/2 transitions starting In the "Start" state and ending In the "End" state?

Question3: Consider the following examples of risks identified in different software development projects:
[I]. The contrast color ratio for both normal text and large text of a website does not comply with the applicable accessibility guidelines, making itdifficult for many users to read the content on the pages
[II]. A development vendor fails to deliver their software system on time, causing significant delays to system integration testing activities that havebeen planned as part of a development project for a system of systems
[III]. People in the test team do not have sufficient skills to automate tests at the test levels required by the test automation strategy which does notallow production of an effective regression test suite
[IV]. In a web application, data from untrusted sources is not subject to proper input validation, making the applicationvulnerable to several securityattacks Which of the following statements is true?

Question4: Which of the following statements best describes how configuration management supports testing?

Question5: Which of the following is not an example of a typical content of a test completion report for a test project?

Question6: Confirmation testing is performed after:

Question7: The following rules determine the annual bonus to be paid to a salesman of a company based on the total annual amount of the sales made (referredto as TAS).
If the TAS is between 50k€ and 80k€, the bonus is 10%. If the TAS exceeds 80k€ by a value not greater than
40k€, the bonus is 15%. Finally, if the TAS
exceeds the maximum threshold which entitles to a 15% bonus, the bonus is 22%.
Consider applying equivalence partitioning to the TAS (Note: 1k€ = 1000 euros).
Which one of the following answers contain only test cases that belong to the same equivalence partition?

Question8: A company wants to reward each of its salespeople with an annual bonus that represents the sum of all the bonuses accumulated for every single sale made by that salesperson. The bonus for a single sale can take on the following four values: 3%, 5%, 7% and 10% (the percentage refers to the amount of the single sale). These values are determined on the basis of the type of customer (classified as "Basic" or "Premium") to which such sale was made, and on the amount of such sale classified into the following three groups G1, G2 and G3:
* [G1]: less than 300 euros
* [G2]: between 300 and 2000 euros
* [G3]: greater than 2000 euros
Which of the following is the minimum number of test cases needed to cover the full decision table associated with this scenario?

Question9: A typical objective of testing is to ensure that:

Question10: Which of the following statements about how different types of test tools support testers is true?

Question11: Which of the following statements about the shift-left approach is true?

Question12: Which of the following statements about exploratory testing is true?

Question13: The whole-team approach:

Question14: Which of the following statements about static testing and dynamic testing is true?

Question15: Which of the following statements is true?

Question16: Consider a given test plan which, among others, contains the following three sections: "Test Scope", "Testing Communication", and "Stakeholders". The features of the test object to be tested and those excluded from the testing represent information that is:

Question17: Test automation allows you to:

Question18: The tests at the bottom layer of the test pyramid:

Question19: Following a risk-based testing approach you have designed 10 tests to cover a product risk with a high-risk level. You want to estimate, adopting the three-point test estimation technique, the test effort required to reduce the risk level to zero by executing those 10 tests. You made the following three initial estimates:
* most optimistic = 6 person hours
* most likely = 30 person hours
* most pessimistic = 54 person hours
Based only on the given information, which of the following answers about the three-point test estimation technique applied to this problem is true?